home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineButton2_735 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  237b  |  16 lines

  1. on(press){
  2.    tellTarget("../FlechesRoue")
  3.    {
  4.       gotoAndStop("Up");
  5.    }
  6.    set("/Variables:Scroll",-1);
  7.    tellTarget("ControlScroll")
  8.    {
  9.       play();
  10.    }
  11.    tellTarget("../RoueScroll")
  12.    {
  13.       play();
  14.    }
  15. }
  16.